Skip to content

Update AD-FS-Prompt-Login.md#8021

Open
rodiera wants to merge 1 commit intoMicrosoftDocs:mainfrom
rodiera:patch-5
Open

Update AD-FS-Prompt-Login.md#8021
rodiera wants to merge 1 commit intoMicrosoftDocs:mainfrom
rodiera:patch-5

Conversation

@rodiera
Copy link
Copy Markdown
Contributor

@rodiera rodiera commented Jan 28, 2025

The right command to use is Update-MgDomainFederationConfiguration not New-MgDomainFederationConfiguration. the latter creates a federation domain configuration, but in this context, this is already in existence. Therefore, an error gets returned "New-MgDomainFederationConfiguration : Domain already has Federation Configuration set."

PreferredAuthenticationProtocol - should not be changed FederatedIdpMfaBehavior - is not always populated and shouldn't be changed in this context.

The right command to use is Update-MgDomainFederationConfiguration not New-MgDomainFederationConfiguration. the latter creates a federation domain configuration, but in this context, this is already in existence. Therefore, an error gets returned "New-MgDomainFederationConfiguration : Domain already has Federation Configuration set."

PreferredAuthenticationProtocol - should not be changed
FederatedIdpMfaBehavior - is not always populated and shouldn't be changed in this context.
@prmerger-automator
Copy link
Copy Markdown
Contributor

@rodiera : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit e97ad35:

✅ Validation status: passed

File Status Preview URL Details
WindowsServerDocs/identity/ad-fs/operations/AD-FS-Prompt-Login.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@v-dirichards
Copy link
Copy Markdown
Contributor

@robinharwood, @Xelu86
Can you review the proposed changes?

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team
#assign: @robinharwood, @Xelu86

@prmerger-automator prmerger-automator Bot added the aq-pr-triaged tracking label for the PR review team label Jan 28, 2025
@rodiera
Copy link
Copy Markdown
Contributor Author

rodiera commented Apr 28, 2025

Any updates on this?

The current guidance in this document is wrong. Neither FederatedIdpMfaBehavior or PreferredAuthenticationProtocol need to be included here to update PromptLoginBehavior. Furthermore, customers are unnecessarily updating FederatedIdpMfaBehavior and want to revert however there is no way to revert once the property has been updated. So, we are getting pushback on CSS cases when customer follow this guidance and finds out they cannot null FederatedIdpMfaBehavior.

The correct command is.
Update-MgDomainFederationConfiguration -DomainId <your_domain_name>
-InternalDomainFederationId `
-PromptLoginBehavior <translateToFreshPasswordAuth|nativeSupport|disabled>

@v-dirichards
Copy link
Copy Markdown
Contributor

@robinharwood @Xelu86
Can you review the proposed changes?

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

learn-build-service-prod Bot added a commit that referenced this pull request Apr 13, 2026
Auto Publish – main to live - 2026-04-13 17:30 UTC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants